home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / asteroid_rain.swf / scripts / DefineSprite_153 / frame_36 / DoAction.as
Text File  |  2006-07-26  |  155b  |  14 lines

  1. rand = random("4");
  2. if(rand == "1")
  3. {
  4.    gotoAndPlay(40);
  5. }
  6. if(rand == "2")
  7. {
  8.    gotoAndPlay(136);
  9. }
  10. if(rand == "3")
  11. {
  12.    gotoAndPlay(193);
  13. }
  14.